Google News
logo
ReactJS - Quiz(MCQ)
If you see the following import in a file, what is being used for state management in the component?

import React, {useState} from 'react';
A)
stateful components
B)
class components
C)
math
D)
React Hooks

Correct Answer :   React Hooks